home *** CD-ROM | disk | FTP | other *** search
- <%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer.ascx" %>
- <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header.ascx" %>
- <%@ Page language="c#" Inherits="gbweb.guide" CodeFile="Guide.aspx.cs" culture="auto" uiculture="auto" %>
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>GBPVR - TV Guide</title>
- <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
- <meta content="C#" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <link rel="stylesheet" type="text/css" href="<%=System.Convert.ToString(Session["theme"])%>/styles.css">
- <link rel="shortcut icon" type="image/gif" href="<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
- <script language="javascript" src="public/popup.js"></script>
- <script language="javascript" src="public/scrolling.js"></script>
- <script language="javascript" src="public/Ajax.js"></script>
- </HEAD>
- <body class="tabbedpage" onload="GetServerTime(),GetReminders(), fixScrolling('hdnScrollState')">
- <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
- <Services>
- <asp:ServiceReference Path="~/AjaxService.asmx" />
- </Services>
- </asp:ScriptManager>
- <form id="Form1" runat="server">
- <input runat="server" type="hidden" id="hdnScrollState" class="tbg" style="width: 39px" />
- <!-- Topbar begin -->
- <gbpvr:Header id="header" runat="server" ActiveTab="guide" />
- <!-- Topbar end -->
- <table cellSpacing="0" cellPadding="0" width="100%" border="0">
- <tr>
- <td align=left valign=top><IMG height="14" src="public/t.gif" width="1" border="0"></td>
- <td>
- <table cellSpacing="0" border="0" cellpadding="0">
- <tr>
- <td align=left valign=top id=timeDiv class=time></td>
- <td align=left valign=top><IMG height="1" src="public/t.gif" width="15" border="0"></td>
- <td align=left valign=top id=REMINDER_DIV class=time ></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="10"><IMG height="1" src="public/t.gif" width="10" border="0"></td>
- <td width="99%">
- <!-- Current date and jump to: dropdowns table -->
- <table cellSpacing="0" cellPadding="0" width="100%" border="0">
- <tr>
- <td class="cline" width="99%"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
- <td class="cline" width="1"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
- <td width="1%"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
- </tr>
- <tr>
- <td width="99%" valign="bottom"><span style="float: right"><a href="ColorCoding.aspx" onclick="EditPop4(this.href,'Add0');return false;" class="listing">Coloring Guide</a><IMG height="1" src="public/t.gif" width="4" border="0"></span>
- <span style="float: right; width: 116px;"><a href="ManualRecord.aspx" onclick="EditPop3(this.href,'Add0');return false;" class="listing">Manual Record</a><IMG height="1" src="public/t.gif" width="4" border="0"></span>
- <span class="date"><b><asp:label id="viewingDate" runat="server">viewingDate</asp:label></b></span></td>
- <td class="cline" width="1"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
- <td width="1%">
- <table cellSpacing="0" cellPadding="3" border="0">
- <tr>
- <td class="listing"><strong>Genre:</strong></td>
- <td><asp:DropDownList id="genreList" runat="server"></asp:DropDownList></td>
- <td class="listing"><strong>Date:</strong></td>
- <td><asp:dropdownlist id="dateJump" runat="server"></asp:dropdownlist></td>
- <td><asp:dropdownlist id="timeJump" runat="server"></asp:dropdownlist></td>
- <td><asp:LinkButton id="GoButton" runat="server" CssClass="btn-normal-tiny" onclick="GoButton_Click">
- <span>Go!</span></asp:LinkButton></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="99%"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
- <td class="cline" width="1"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
- <td width="1%" class="cline"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
- </tr>
- </table>
- <!-- Current date and jump to: dropdowns table end -->
- <IMG height="10" src="public/t.gif" width="1" border="0"><br>
- <!-- Listings table -->
- <table cellSpacing="0" cellPadding="0" width="100%" border="0">
- <tr>
- <td class="tborder"><asp:table id="guideView" runat="server" BorderWidth="0" CellSpacing="1" CellPadding="6" Width="100%"></asp:table></td>
- </tr>
- </table>
- <!-- Listings table end -->
- <gbpvr:Footer id="footer" runat="server" />
- </td>
- <td width="10"><IMG height="71" src="public/t.gif" width="10" border="0"></td>
- </tr>
- </table>
- </form>
- </body>
- </HTML>
-